home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000474_news@columbia.edu _Thu Feb 8 12:37:23 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id MAA20066 for <kermit.misc@watsun>; Thu, 8 Feb 1996 12:37:21 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id MAA01719 for kermit.misc@watsun; Thu, 8 Feb 1996 12:37:19 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: modem pooling
  8. Date: 8 Feb 1996 17:37:10 GMT
  9. Organization: Columbia University
  10. Lines: 16
  11. Message-ID: <4fdcc6$1ll@apakabar.cc.columbia.edu>
  12. References: <4f5t3g$jfk@ccnet2.ccnet.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4f5t3g$jfk@ccnet2.ccnet.com>,
  16. Greg Bernard <gbernard@dbc.com> wrote:
  17. >I just have a quick question here.  There was a post in one of the
  18. >Linux USENET groups about modem pooling.  Ie, can computer A start a
  19. >TCP session to computer B, where the modem is physically connected to,
  20. >and use the modem on computer B?  If not, I thought it might be kind
  21. >of interesting to hack around at it, but if it is already done...
  22. >
  23. It has.  Computer B is generally a terminal server that is configured for
  24. this purpose.  Telnet (i.e. Kermit) from Computer A to a particular TCP
  25. port (say 2000) on the terminal server, which has been configured to
  26. dynamically assign the first free modem for an outbound call.  C-Kermit
  27. and Kermit 95 are already programmed to dial out in this way.  See page 74
  28. of "Using C-Kermit".
  29.  
  30. - Frank